add-proxy
目的 Purpose
Adds a proxy configuration that Grails can use when communicating over the internet such as with the install-plugin command.The proxy configuration can be activated with the set-proxy command.使用例 Examples
grails add-proxy client --host=proxy-server --port=4300 --username=guest --password=guest
詳細 Description
使用方法: Usage:
grails add-proxy [name] --host=[server] --port=[port] --username=[username]* --password=[password]*
Arguments:
name
- The name of the proxy configurationhost
- The server hostport
- The server portusername
(optional) - The server usernamepassword
(optional) - The server password